.container{
  
    width: 340px;
    height: 420px;
    padding-top: 8px;
    display:block;
    justify-content: center;
    justify-self: center;
    box-shadow: 3px 3px 3px black;
    background-color: beige;
    z-index: 3;
   
 
    

}
hr{
    margin-bottom: 0px;
}


#background{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;  
   
    
    background-image: url('hero3.jpg');
    background-size: cover;
    filter: blur(5px);
    
    background-position: center;
    
    z-index: -1;
   
}

.alert{
    color: red;
    background-color: lightcoral;

}
label{
    margin-left: 10px;
   
}

input{
   
    width: 200px;
    height: 20px;    
    margin-left: 5px;
    margin-bottom: 10px;
    border: none;
    border-bottom: 1px solid;
    border-color: orangered;


}

input:focus{
    
    outline: none;
}

.submit{
    background-color: orange;
    height: 30px;
    width: 70px;
    justify-self: center;
    justify-content: center;
    justify-items: center;
    border-color: orange;
}